home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / C-D / DeveloperStax.cpt / Developer Stack 1.1 / card_21910.txt < prev    next >
Text File  |  1989-02-26  |  2KB  |  62 lines

  1. -- card: 21910 from stack: in.1
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2612
  5. -- name: HyperSnd
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A003
  11. -- rect: left=82 top=302 right=324 bottom=182
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Install
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   if the optionkey is down then pass mouseup
  23.   put installres(XCMD,HyperSound) into it
  24.   if it is empty then play oops
  25.   else answer it
  26. end mouseUp
  27.  
  28.  
  29.  
  30. -- part contents for background part 13
  31. ----- text -----
  32. 15
  33.  
  34. -- part contents for background part 2
  35. ----- text -----
  36. HyperSnd
  37.  
  38. -- part contents for background part 3
  39. ----- text -----
  40.  
  41. Its use is to convert "snd" resources as used by the Mac II System beep (Format 1), to "snd" resources as used by HyperCard (Format 2).
  42.  
  43. Both formats permit a lot of variations. This stack and program only convert the simplest forms: digitized sound and at most one "play" command. Other formats are not touched.
  44.  
  45. Transfer all sounds you want to play into that stack. Then simply enter "HyperSound" into the message box. That's All Folks. All sound data found in the current stack will now be playable from HyperCard (hopefully; most formats are recognized).
  46.  
  47. This XCMD is freeware. If you find it useful, send me a disk with a lot of (proferably new) stack- or other ware. You'll get the disk back if you want it. Downloading is just pretty expensive from Germany. Uploading even more so‚Ķ
  48.  
  49. Matthias Urlichs
  50. Rainwiesenweg 9
  51. 8501 Schwaig 2
  52. West Germany
  53.  
  54. CIS: 72437,1357
  55. Delphi: URLICHS (not often)
  56.  
  57.  
  58. -- part contents for background part 10
  59. ----- text -----
  60. Syntax:
  61.  
  62. HyperSound